.newtop_right {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  margin-left: 3%;
}

.newtop_right form {
  margin-top: 10px;
  padding: 5px 10px;
  float: right;
  width: 70%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666;
  height: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newtop_right form input {
  outline: none;
  border: none;
  border-radius: 25px;
  height: 43px;
}

.newtop_right form .sbtn {
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
  height: 43px;
}

.newcontainer {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}

.newnavbarNav {
  position: relative;
  margin-left: 4%;
  margin-right: 2%;
  width: 58%;
  height: 100%;
}

.newnavbarNav::after {
  width: 100%;
  background: rgba(54, 62, 69, 0.7);
  -webkit-transform: skewX(22deg);
  transform: skewX(-22deg);
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  height: 60px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.newnavbarNav ul {
  z-index: 9;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.newnavbarNav ul li {
  width: 130px;
  text-align: center;
  position: relative;
}

.newnavbarNav ul li a {
  font-size: 16px !important;
  color: #fff !important;
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.newnavbarNav ul li:hover .subnav {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.newnavbarNav ul li:hover .subnav li a {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.newnavbarNav ul li .subnav {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  top: 60px;
  left: -10px;
  width: 150%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newnavbarNav ul li .subnav li {
  height: 50px;
  width: 100%;
  text-align: center;
}

.newnavbarNav ul li .subnav li:hover a {
  background-color: rgba(25, 65, 85, 0.9);
}

.newnavbarNav ul li .subnav li:nth-child(1) a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.newnavbarNav ul li .subnav li:nth-child(2) a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newnavbarNav ul li .subnav li:nth-child(3) a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newnavbarNav ul li .subnav li:nth-child(4) a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.newnavbarNav ul li .subnav li:nth-child(5) a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.newnavbarNav ul li .subnav li:nth-child(6) a {
  -webkit-transition: all .7s;
  transition: all .7s;
}

.newnavbarNav ul li .subnav li:nth-child(7) a {
  -webkit-transition: all .8s;
  transition: all .8s;
}

.newnavbarNav ul li .subnav li:nth-child(8) a {
  -webkit-transition: all .9s;
  transition: all .9s;
}

.newnavbarNav ul li .subnav li:nth-child(9) a {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.newnavbarNav ul li .subnav li:nth-child(10) a {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.newnavbarNav ul li .subnav li:nth-child(11) a {
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}

.newnavbarNav ul li .subnav li:nth-child(12) a {
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}

.newnavbarNav ul li .subnav li:nth-child(13) a {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}

.newnavbarNav ul li .subnav li:nth-child(14) a {
  -webkit-transition: all 2.2s;
  transition: all 2.2s;
}

.newnavbarNav ul li .subnav li a {
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: 15px !important;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 50px;
  background-color: rgba(25, 65, 85, 0.6);
}

form {
  margin-left: 2%;
  margin-top: 10px;
  padding: 5px 10px;
  float: right;
  width: 8%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
}

form input {
  outline: none;
  border: none;
  border-radius: 25px;
  height: 35px;
}

form .sbtn {
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
  height: 38px;
}

.nfixed {
  display: block;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 99999;
}

.nfixed .newcontainer .newnavbarNav {
  width: 80%;
}

.nfixed .newcontainer .newnavbarNav::after {
  left: -1000%;
  width: 2200%;
  background: rgba(54, 62, 69, 0.7);
  -webkit-transform: skewX(22deg);
  transform: skewX(-22deg);
  position: absolute;
  top: 0px;
  content: "";
  height: 60px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.nfixed .newlogo {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nfixed .newtel {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nfixed .newnewdingwei {
  display: block;
}

.nfixed form {
  position: absolute;
  top: 0;
  right: -20%;
  margin-left: 2%;
  margin-top: 10px;
  padding: 5px 10px;
  float: right;
  width: 20%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
}

.nfixed form input {
  outline: none;
  border: none;
  border-radius: 25px;
  height: 35px;
}

.nfixed form .sbtn {
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
  height: 38px;
}

.container_pro {
  margin-top: 50px;
}

.container_pro .cptitle {
  margin-bottom: 15px;
  font-size: 28px;
  color: #666;
}

.container_pro .cptitle i {
  color: #0d5198;
  font-style: normal;
}

.container_pro .cpdesc {
  margin-bottom: 50px;
  font-size: 20px;
  color: #999;
}

.newcpzx {
  margin: auto;
  width: 65%;
}

.newcpzx .newcpzx_nav {
  margin-bottom: 50px;
  width: 100%;
}

.newcpzx .newcpzx_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newcpzx .newcpzx_nav ul .hover a {
  -webkit-box-shadow: 0px 0px 7px 7px #d3d6d9;
          box-shadow: 0px 0px 7px 7px #d3d6d9;
}

.newcpzx .newcpzx_nav ul .hover a h3 {
  display: block;
}

.newcpzx .newcpzx_nav ul .hover a .futu {
  display: block;
}

.newcpzx .newcpzx_nav ul .hover a .arrowDown {
  display: block;
}

.newcpzx .newcpzx_nav ul li {
  width: 25%;
}

.newcpzx .newcpzx_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newcpzx .newcpzx_nav ul li a:hover {
  -webkit-box-shadow: 0px 0px 7px 7px #d3d6d9;
          box-shadow: 0px 0px 7px 7px #d3d6d9;
}

.newcpzx .newcpzx_nav ul li a:hover h3 {
  display: block;
}

.newcpzx .newcpzx_nav ul li a:hover .futu {
  display: block;
}

.newcpzx .newcpzx_nav ul li a:hover .arrowDown {
  display: block;
}

.newcpzx .newcpzx_nav ul li a p {
  padding-top: 20px;
  font-size: 24px;
  color: #666;
  position: relative;
  z-index: 2;
}

.newcpzx .newcpzx_nav ul li a i {
  font-size: 18px;
  line-height: 55px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.newcpzx .newcpzx_nav ul li a span {
  display: block;
  width: 36px;
  height: 5px;
  background-color: #0d5198;
  position: relative;
  z-index: 2;
}

.newcpzx .newcpzx_nav ul li a .zhutu {
  margin-top: 20px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.newcpzx .newcpzx_nav ul li a h3 {
  display: none;
  position: absolute;
  z-index: 1;
  font-size: 45px;
  color: #f0f0f0;
  top: 50px;
  left: 20px;
}

.newcpzx .newcpzx_nav ul li a .futu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 110px;
}

.newcpzx .newcpzx_nav ul li a .arrowDown {
  display: none;
  position: absolute;
  width: 40px;
  bottom: -50px;
  left: 45%;
  z-index: 8;
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
}

.newcpzx .newcpzx_con {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.newcpzx .newcpzx_con .newcpzx_con_1 {
  width: 100%;
}

.newcpzx .newcpzx_con .newcpzx_con_1 .newcpzx_con_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.newcpzx .newcpzx_con .newcpzx_con_1 .newcpzx_con_top h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #0d5198;
}

.newcpzx .newcpzx_con .newcpzx_con_1 .newcpzx_con_top h3 span {
  margin-left: 15px;
  font-size: 17px;
  text-transform: uppercase;
  color: #666;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li {
  padding-bottom: 15px;
  width: 25%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li:first-child {
  background-color: #f8f9fa;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li:nth-child(3n) {
  background-color: #f8f9fa;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li:hover {
  -webkit-box-shadow: 0px 0px 7px 7px #d3d6d9;
          box-shadow: 0px 0px 7px 7px #d3d6d9;
  background-color: #fff;
  z-index: 8;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li a img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 80%;
  height: auto;
}

.newcpzx .newcpzx_con .newcpzx_con_1 ul li a p {
  font-size: 16px;
  color: #666;
}

.newabout {
  padding: 60px 0;
  margin-top: 50px;
  width: 100%;
  background: url(../images/about_bg.jpg) center no-repeat;
  background-size: cover;
}

.newabout .containerAbout {
  margin: auto;
  width: 80%;
}

.newabout .containerAbout .newabout_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newabout .containerAbout .newabout_1 .newabout_left {
  width: 45%;
}

.newabout .containerAbout .newabout_1 .newabout_left h3 {
  font-size: 30px;
  color: #fff;
}

.newabout .containerAbout .newabout_1 .newabout_left i {
  display: block;
  width: 36px;
  height: 3px;
  background-color: #fff;
  margin-top: 10px;
}

.newabout .containerAbout .newabout_1 .newabout_left p {
  padding-top: 30px;
  font-size: 16px;
  color: #fff;
  text-indent: 33px;
  line-height: 28px;
}

.newabout .containerAbout .newabout_1 .newabout_left a {
  display: block;
  margin-top: 30px;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #fff;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.newabout .containerAbout .newabout_1 .newabout_left a:hover {
  color: #0d5198;
  background-color: #fff;
}

.newabout .containerAbout .newabout_1 .newabout_right {
  width: 45%;
}

.newabout .containerAbout .newabout_1 .newabout_right:hover img {
  -webkit-box-shadow: 0 0px 5px #fff;
          box-shadow: 0 0px 5px #fff;
}

.newabout .containerAbout .newabout_1 .newabout_right img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  cursor: pointer;
}

.containeryoushi {
  margin: auto;
  margin-top: 50px;
  width: 80%;
}

.containeryoushi .ystitle {
  margin-bottom: 15px;
  font-size: 28px;
  color: #666;
}

.containeryoushi .ystitle i {
  font-style: normal;
  color: #0d5198;
}

.containeryoushi .ysdesc {
  font-size: 20px;
  margin-bottom: 50px;
}

.containeryoushi .youshi_con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containeryoushi .youshi_con .youshi_1:nth-child(2n) {
  margin-top: 40px;
}

.containeryoushi .youshi_con .youshi_1 {
  width: 300px;
  height: auto;
}

.containeryoushi .youshi_con .youshi_1 .youshi_shang {
  width: 300px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: radial-gradient(circle, #4a91da, #0d5198);
}

.containeryoushi .youshi_con .youshi_1 .youshi_shang p {
  font-size: 80px;
  color: #fff;
}

.containeryoushi .youshi_con .youshi_1 .youshi_shang p i {
  font-style: normal;
  font-size: 25px;
}

.containeryoushi .youshi_con .youshi_1 .youshi_shang span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.74);
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia {
  position: relative;
  width: 300px;
  height: auto;
  cursor: pointer;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg .bg_xian_t {
  width: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg .bg_xian_r {
  height: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg .bg_xian_b {
  width: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia:hover .xia_bg .bg_xian_l {
  height: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia img {
  width: 100%;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(54, 62, 69, 0.5);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg p {
  font-size: 15px;
  color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg .bg_xian_t {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #4a91da;
  z-index: 5;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg .bg_xian_r {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 0px;
  background-color: #4a91da;
  z-index: 5;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg .bg_xian_b {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #4a91da;
  z-index: 5;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.containeryoushi .youshi_con .youshi_1 .youshi_xia .xia_bg .bg_xian_l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 0px;
  z-index: 5;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  background-color: #4a91da;
}

.containercase {
  margin-top: 30px;
  width: 100%;
}

.containercase .casetitle {
  font-size: 28px;
  margin-bottom: 15px;
}

.containercase .casetitle i {
  margin-right: 10px;
  font-style: normal;
  color: #0d5198;
}

.containercase .casedesc {
  font-size: 20px;
}

.containercase .case_con {
  width: 100%;
}

.containercase .case_con .case_con_list {
  width: 100%;
}

.containercase .case_con .case_con_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
}

.containercase .case_con .case_con_list ul .active {
  width: 35%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.containercase .case_con .case_con_list ul .active .normalD {
  display: none;
}

.containercase .case_con .case_con_list ul .active .activeD {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.containercase .case_con .case_con_list ul .active .activeD .active_con {
  display: block;
}

.containercase .case_con .case_con_list ul li {
  width: 13%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.containercase .case_con .case_con_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.containercase .case_con .case_con_list ul li a .normalD {
  position: relative;
  margin: auto;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containercase .case_con .case_con_list ul li a .normalD .normalD_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.containercase .case_con .case_con_list ul li a .normalD .normal_img {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 78px;
}

.containercase .case_con .case_con_list ul li a .normalD .normal_img img {
  width: 60%;
}

.containercase .case_con .case_con_list ul li a .normalD p {
  position: relative;
  z-index: 2;
  font-size: 15px;
  color: #fff;
}

.containercase .case_con .case_con_list ul li a .activeD {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.containercase .case_con .case_con_list ul li a .activeD .active_con {
  display: none;
  position: relative;
  padding: 30px;
  width: 60%;
  height: 75%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.containercase .case_con .case_con_list ul li a .activeD .active_con p {
  color: #333;
  font-size: 20px;
  margin-bottom: 30px;
}

.containercase .case_con .case_con_list ul li a .activeD .active_con span {
  color: #666;
  font-size: 15px;
  line-height: 27px;
}

.containercase .case_con .case_con_list ul li a .activeD .active_con .more {
  position: absolute;
  top: 40%;
  right: -50px;
  width: 68px;
  height: 68px;
  background-color: #0d5198;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 68px;
}

.containercase .case_con .case_con_list ul li a .activeD .active_con .more:hover {
  background-color: #fff;
  color: #0d5198;
}

.containernews {
  width: 100%;
}

.containernews .newstitle {
  margin-bottom: 15px;
  font-size: 28px;
}

.containernews .newstitle i {
  margin-right: 10px;
  color: #0d5198;
  font-style: normal;
}

.containernews .newsdesc {
  margin-bottom: 70px !important;
  font-size: 20px;
}

.containernews .news_con {
  margin: auto;
  margin-top: 50px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.containernews .news_con .news_con_left {
  margin-left: 5%;
  padding-right: 3%;
  width: 12%;
  border-right: 1px solid #ccc;
}

.containernews .news_con .news_con_left ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containernews .news_con .news_con_left ul .hover a {
  padding-left: 30%;
  color: #0d5198;
  border-bottom: 2px solid #0d5198;
}

.containernews .news_con .news_con_left ul li {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
}

.containernews .news_con .news_con_left ul li:hover a {
  padding-left: 30%;
  color: #0d5198;
  border-bottom: 2px solid #0d5198;
}

.containernews .news_con .news_con_left ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #666;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-bottom: 2px solid #ccc;
}

.containernews .news_con .news_con_right {
  width: 78%;
  overflow: hidden;
}

.containernews .news_con .news_con_right .right_1 {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 {
  width: 48%;
  height: 450px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a {
  display: block;
  width: 100%;
  height: 330px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a:hover i {
  background-color: #ffc107 !important;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_img img {
  display: block;
  margin: auto;
  width: 79%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_time {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_time p {
  font-size: 23px;
  color: #333;
  line-height: 27px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_time p:first-child {
  font-size: 28px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_time span {
  margin-top: 5px;
  color: #666;
  font-size: 16px;
  border-top: 1px solid #0d5198;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot i {
  margin: 0 15px;
  margin-top: 5px;
  width: 2px;
  height: 30px;
  background-color: #0d5198;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_des {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_des p {
  margin-bottom: 5px;
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_des p:first-child {
  font-size: 17px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_1 a .list_bot .list_bot_des span {
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 {
  width: 50%;
  height: 450px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li {
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a:hover i {
  background-color: #ffc107;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time {
  width: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time p {
  font-size: 23px;
  color: #333;
  line-height: 26px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time p:first-child {
  font-size: 27px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_time span {
  margin-top: 5px;
  border-top: 1px solid #0d5198;
  font-size: 16px;
  color: #666;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a i {
  margin: 0 15px;
  margin-top: 5px;
  display: block;
  width: 2px;
  height: 30px;
  background-color: #0d5198;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc p {
  margin-bottom: 8px;
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc p:first-child {
  font-size: 17px;
}

.containernews .news_con .news_con_right .right_1 .news_con_right_2 ul li a .nlist_desc span {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newfooter {
  margin-top: 50px;
  width: 100%;
  height: 525px;
  background: url(../images/footer_bg.png) center center no-repeat;
  background-size: cover;
}

.newfooter .containerfoot {
  margin: auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newfooter .containerfoot .newfooter_left {
  width: 60%;
  padding-top: 4%;
}

.newfooter .containerfoot .newfooter_left .leftnav {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.3);
}

.newfooter .containerfoot .newfooter_left .leftnav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.newfooter .containerfoot .newfooter_left .leftnav ul li {
  width: 14%;
  padding: 0 1%;
  text-align: center;
  border-right: 1px solid rgba(141, 141, 141, 0.3);
}

.newfooter .containerfoot .newfooter_left .leftnav ul li a {
  font-size: 15px;
  color: #333;
}

.newfooter .containerfoot .newfooter_left .leftnav ul li a:hover {
  color: #0d5198;
}

.newfooter .containerfoot .newfooter_left .left_con {
  margin-top: 7%;
  width: 80%;
  padding-left: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newfooter .containerfoot .newfooter_left .left_con ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newfooter .containerfoot .newfooter_left .left_con ul li {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newfooter .containerfoot .newfooter_left .left_con ul li .listimg {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4a91da;
  border-radius: 50%;
}

.newfooter .containerfoot .newfooter_left .left_con ul li .listimg img {
  width: 70%;
  height: 70%;
}

.newfooter .containerfoot .newfooter_left .left_con ul li p {
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}

.newfooter .containerfoot .newfooter_left .left_con ul li p i {
  margin-left: 15px;
  font-size: 30px;
  color: #0d5198;
  font-style: normal;
  font-weight: bold;
}

.newfooter .containerfoot .newfooter_left .leftyoulian {
  margin-top: 5%;
  width: 80%;
}

.newfooter .containerfoot .newfooter_left .leftyoulian ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newfooter .containerfoot .newfooter_left .leftyoulian ul .tou {
  margin-right: 15px;
}

.newfooter .containerfoot .newfooter_left .leftyoulian ul li {
  margin-right: 10px;
  width: auto;
}

.newfooter .containerfoot .newfooter_left .leftyoulian ul li a {
  font-size: 14px;
  color: #999;
}

.newfooter .containerfoot .newfooter_right {
  padding-top: 4%;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newfooter .containerfoot .newfooter_right .rightImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.newfooter .containerfoot .newfooter_right .rightImg img {
  margin-bottom: 15px;
  width: 250px;
}

.newfooter .containerfoot .newfooter_right .rightImg p {
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
}

.newfooter .containerfoot .newfooter_right .rightma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
}

.newfooter .containerfoot .newfooter_right .rightma .rightma_1 {
  margin-right: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newfooter .containerfoot .newfooter_right .rightma .rightma_1:nth-child(2) {
  margin-right: 0;
}

.newfooter .containerfoot .newfooter_right .rightma .rightma_1 img {
  margin-bottom: 14px;
  width: 140px;
  height: 140px;
}

.newfooter .containerfoot .newfooter_right .rightma .rightma_1 p {
  color: #fff;
  font-size: 16px;
}

.newfooter .containerfoot .newfooter_right .beian {
  margin-top: 4%;
  width: 100%;
}

.newfooter .containerfoot .newfooter_right .beian ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.newfooter .containerfoot .newfooter_right .beian ul li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newfooter .containerfoot .newfooter_right .beian ul li p {
  font-size: 15px;
  color: #fff;
}

.newfooter .containerfoot .newfooter_right .beian ul li a {
  font-size: 15px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */